@charset "utf-8";
/* CSS Document */
/*-- Page Updated and Created by: Darren Hertzog --*/
/*-- Page Designed under Site Nine Design, LLC --*/

/* This is the responsive wireframe CSS Sheet for 'URL'. */
/* Basic site wireframe sheet */

/*------------entire page wrapper and site alignment blocks----------*/

#sitewrapper{
	width: 870px;
	margin: auto;
}

header{
	width: inherit;
	height: 85px;
	border: 1px solid black;
}
footer{
	float: none;
	width: inherit;
	height: 85px;
	border: 1px solid black;
}

nav{
	float: none;
	width: inherit;
	height: 65px;
	border: 1px solid black;
	border-radius: 20px;
}

#content{
		float: none;
		width: inherit;
		border: 1px solid black;
		border-radius: 20px;
		height: 250px;
		}












#leftlogo{
	width: 184px;
	height: 140px;
	float: left;
	margin: 3px 0 3px 0;
}

#midbar{
	width: 270px;
	height: 52px;
	margin-left: 89px;
	margin-top: 47px;
	float: left;
}

#rightpic{
	width: 218px;
	height: 140px;
	float: right;
	margin: 3px 0 3px 3px;
}

#mediacontainer{
	width: 848px;
	border: 2px solid #5D388E;
	overflow: hidden;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
}

#rightcolumn{
	width: 300px;
	float: right;
	border-left: 2px solid #5D388E;
}

#contentdiv{
	width: 546px;
	float: left;
}

#footer{
	margin:auto;
	clear: both;
}

#viddiv{
	width: inherit;
	height: 279px;
	border-bottom: 2px solid #5D388E;
}

#socdiv{
	width: inherit;
	height: 38px;
	border-bottom: 2px solid #5D388E;
}

#contactdiv{
	width: 300px;
	height: 94px;
	border-bottom: 2px solid #5D388E;
}

#hours{
	width: inherit;
	height: 85px;
	border-bottom: 2px solid #5D388E;
}

#locationdiv{
	width: inherit;
}
